home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl060 / cntctphj.lzh / FRIEND.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-10-16  |  773 b   |  28 lines

  1. echo off
  2. if %1.==. goto goodbye
  3. cls
  4. echo.
  5. echo This batch file will make a copy of HEM onto floppy %1
  6. echo.
  7. echo The data files will NOT be transferred ... only the program.
  8. echo.
  9. echo Place a blank formatted diskette into drive %1 and
  10. pause
  11. copy e.exe %1 > nul
  12. copy e.hlp %1 > nul
  13. copy friend.bat %1 > nul
  14. copy prorun.exe %1 > nul
  15. copy e.set %1 > nul
  16. echo.
  17. echo A fresh copy of the Expense program files have been copied to
  18. echo floppy drive %1.  The data files have NOT been copied.
  19. echo.
  20. echo For best results have your friend copy the new files into a
  21. echo new directory on his hard disk. 
  22. echo.
  23. echo The first time your friend runs HEM, he will be asked if
  24. echo he wishes to create a new database.  Have him answer YES.
  25. echo.
  26. pause
  27. :goodbye
  28.